runtime.guintptr.cas (method)

5 uses

	runtime (current package)
		proc.go#L5687: 		if !_p_.runnext.cas(oldnext, guintptr(unsafe.Pointer(gp))) {
		proc.go#L5797: 	if next != 0 && _p_.runnext.cas(next, 0) {
		proc.go#L5818: 	if oldNext != 0 && _p_.runnext.cas(oldNext, 0) {
		proc.go#L5887: 					if !_p_.runnext.cas(next, 0) {
		runtime2.go#L269: func (gp *guintptr) cas(old, new guintptr) bool {